home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / vol16n12.zip / ICONED.ZIP / ICON_SRC.ZIP / ABOUT.DFM / ABOUT.txt next >
Text File  |  1997-05-28  |  3KB  |  148 lines

  1. object AboutBox: TAboutBox
  2.   Left = 425
  3.   Top = 264
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 255
  8.   ClientWidth = 324
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 6
  18.     Top = 8
  19.     Width = 313
  20.     Height = 201
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object ProgramIcon: TImage
  30.       Left = 232
  31.       Top = 24
  32.       Width = 33
  33.       Height = 33
  34.       Picture.Data = {<image000.ico>}
  35.       Stretch = True
  36.       IsControl = True
  37.     end
  38.     object ProductName: TLabel
  39.       Left = 132
  40.       Top = 24
  41.       Width = 47
  42.       Height = 16
  43.       Caption = 'IconEdit'
  44.       Font.Color = clBlack
  45.       Font.Height = -13
  46.       Font.Name = 'Arial'
  47.       Font.Style = []
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 123
  53.       Top = 40
  54.       Width = 66
  55.       Height = 16
  56.       Caption = 'Version 0.1'
  57.       Font.Color = clBlack
  58.       Font.Height = -13
  59.       Font.Name = 'Arial'
  60.       Font.Style = []
  61.       ParentFont = False
  62.       IsControl = True
  63.     end
  64.     object Copyright: TLabel
  65.       Left = 17
  66.       Top = 72
  67.       Width = 279
  68.       Height = 16
  69.       Caption = 'Copyright 1997 ∩┐╜ Ziff-Davis Publishing Company'
  70.       Font.Color = clBlack
  71.       Font.Height = -13
  72.       Font.Name = 'Arial'
  73.       Font.Style = []
  74.       ParentFont = False
  75.       IsControl = True
  76.     end
  77.     object Image1: TImage
  78.       Left = 32
  79.       Top = 24
  80.       Width = 33
  81.       Height = 33
  82.       Picture.Data = {<image001.ico>}
  83.     end
  84.     object Label1: TLabel
  85.       Left = 103
  86.       Top = 96
  87.       Width = 107
  88.       Height = 16
  89.       Caption = 'All rights reserved.'
  90.       Font.Color = clBlack
  91.       Font.Height = -13
  92.       Font.Name = 'Arial'
  93.       Font.Style = []
  94.       ParentFont = False
  95.     end
  96.     object Label2: TLabel
  97.       Left = 32
  98.       Top = 120
  99.       Width = 249
  100.       Height = 16
  101.       Caption = 'First appeared in PC Magazine, US Edition'
  102.       Font.Color = clBlack
  103.       Font.Height = -13
  104.       Font.Name = 'Arial'
  105.       Font.Style = []
  106.       ParentFont = False
  107.     end
  108.     object Label3: TLabel
  109.       Left = 83
  110.       Top = 168
  111.       Width = 147
  112.       Height = 16
  113.       Caption = 'Author Michael J. Mefford'
  114.       Font.Color = clBlack
  115.       Font.Height = -13
  116.       Font.Name = 'Arial'
  117.       Font.Style = []
  118.       ParentFont = False
  119.     end
  120.     object Label4: TLabel
  121.       Left = 116
  122.       Top = 144
  123.       Width = 81
  124.       Height = 16
  125.       Caption = 'June 24, 1997'
  126.       Font.Color = clBlack
  127.       Font.Height = -13
  128.       Font.Name = 'Arial'
  129.       Font.Style = []
  130.       ParentFont = False
  131.     end
  132.   end
  133.   object Button1: TButton
  134.     Left = 119
  135.     Top = 224
  136.     Width = 75
  137.     Height = 25
  138.     Caption = 'OK'
  139.     Font.Color = clBlack
  140.     Font.Height = -13
  141.     Font.Name = 'Arial'
  142.     Font.Style = []
  143.     ModalResult = 1
  144.     ParentFont = False
  145.     TabOrder = 1
  146.   end
  147. end
  148.